home *** CD-ROM | disk | FTP | other *** search
- Path: thias.muc.de!not-for-mail
- From: guru@thias.muc.de (Matthias Apitz)
- Newsgroups: comp.dcom.modems
- Subject: Re: Seeking ZyXel U1496E Unix API
- Date: 27 Jan 1996 08:54:43 -0200
- Organization: Matthias Apitz
- Message-ID: <4ed09j$8f9@thias.muc.de>
- References: <4ebger$6el@netline-fddi.jpl.nasa.gov>
- NNTP-Posting-Host: thias.muc.de
-
- pjs@euclid.JPL.NASA.GOV (Peter J. Scott) writes:
-
- >I'm about to write a program on SunOS that needs to call a U1496E
- >(in Perl, as it happens) to do things like: record voice until tone
- >or hangup, play audio unless interrupted by tone, send audio touch
- >tones, etc. The documentation is sufficient for me to figure out
- >how to write this from scratch... but I can't be the first person
- >who's wanted to do this. I've looked on the ZyXEL web site and in
- >the FAQ, but haven't yet found a source of such routines.
- >
- >I need freeware, please, at least something that's better than
- >reinventing the wheel...
-
- Here are the 1st lines of some code I've. If someone is interested
- in I could e-mail the source:
-
- /*
- *
- * This software was written to demonstrate, how
- * a ZyXEL1496-based answering machine could be made and to make
- * a base to integrate this into FlexFAX (not yet done).
- *
- * It acts like every other such device:
- * 1. listen to incomming call "RING"
- * 2. play greeting message (to start use an empty message, call
- * your own number and record your voice as greeting message)
- * 3. record callers message into a file
- * 4. reply this file to caller (for my tests)
- * 5. wait for next ....
- *
- * Some of the code was "stohlen" from vfax-1.0 software.
- * See copyright notice below.
- * ....
- */
-
- matthias
- --
- firm: matthias.apitz@softcon.de [voc:+49 89 61308 51,fax: +49 89 61308 83]
- priv: guru@thias.muc.de
- WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/
-
- The gates in my computer are AND, OR and NOT; they are not Bill.
-